TSTP Solution File: QUA017^1 by cvc5---1.0.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : cvc5---1.0.5
% Problem  : QUA017^1 : TPTP v8.1.2. Released v4.1.0.
% Transfm  : none
% Format   : tptp
% Command  : do_cvc5 %s %d

% Computer : n032.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 13:31:31 EDT 2023

% Result   : Timeout 299.61s 300.14s
% Output   : None 
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----No solution output by system
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem    : QUA017^1 : TPTP v8.1.2. Released v4.1.0.
% 0.00/0.10  % Command    : do_cvc5 %s %d
% 0.10/0.29  % Computer : n032.cluster.edu
% 0.10/0.29  % Model    : x86_64 x86_64
% 0.10/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.29  % Memory   : 8042.1875MB
% 0.10/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.29  % CPULimit   : 300
% 0.10/0.29  % WCLimit    : 300
% 0.10/0.29  % DateTime   : Sat Aug 26 16:48:59 EDT 2023
% 0.10/0.29  % CPUTime    : 
% 0.14/0.39  %----Proving TH0
% 0.14/0.39  %------------------------------------------------------------------------------
% 0.14/0.39  % File     : QUA017^1 : TPTP v8.1.2. Released v4.1.0.
% 0.14/0.39  % Domain   : Quantales
% 0.14/0.39  % Problem  : Tests are idempotent with respect to multiplication
% 0.14/0.39  % Version  : [Hoe09] axioms.
% 0.14/0.39  % English  :
% 0.14/0.39  
% 0.14/0.39  % Refs     : [Con71] Conway (1971), Regular Algebra and Finite Machines
% 0.14/0.39  %          : [Koz97] Kozen (1997), Kleene Algebra with Tests
% 0.14/0.39  %          : [Hoe09] Hoefner (2009), Email to Geoff Sutcliffe
% 0.14/0.39  % Source   : [Hoe09]
% 0.14/0.39  % Names    : QUA17 [Hoe09] 
% 0.14/0.39  
% 0.14/0.39  % Status   : Theorem
% 0.14/0.39  % Rating   : 1.00 v4.1.0
% 0.14/0.39  % Syntax   : Number of formulae    :   29 (  13 unt;  13 typ;   7 def)
% 0.14/0.39  %            Number of atoms       :   46 (  21 equ;   0 cnn)
% 0.14/0.39  %            Maximal formula atoms :    4 (   2 avg)
% 0.14/0.39  %            Number of connectives :   57 (   0   ~;   1   |;   6   &;  47   @)
% 0.14/0.39  %                                         (   1 <=>;   2  =>;   0  <=;   0 <~>)
% 0.14/0.39  %            Maximal formula depth :    6 (   2 avg)
% 0.14/0.39  %            Number of types       :    2 (   0 usr)
% 0.14/0.39  %            Number of type conns  :   44 (  44   >;   0   *;   0   +;   0  <<)
% 0.14/0.39  %            Number of symbols     :   17 (  15 usr;   5 con; 0-3 aty)
% 0.14/0.39  %            Number of variables   :   30 (  15   ^;  10   !;   5   ?;  30   :)
% 0.14/0.39  % SPC      : TH0_THM_EQU_NAR
% 0.14/0.39  
% 0.14/0.39  % Comments : 
% 0.14/0.39  %------------------------------------------------------------------------------
% 0.14/0.39  %----Include axioms for Quantales
% 0.14/0.39  %------------------------------------------------------------------------------
% 0.14/0.39  %----Usual Definition of Set Theory
% 0.14/0.39  thf(emptyset_type,type,
% 0.14/0.39      emptyset: $i > $o ).
% 0.14/0.39  
% 0.14/0.39  thf(emptyset_def,definition,
% 0.14/0.39      ( emptyset
% 0.14/0.39      = ( ^ [X: $i] : $false ) ) ).
% 0.14/0.39  
% 0.14/0.39  thf(union_type,type,
% 0.14/0.39      union: ( $i > $o ) > ( $i > $o ) > $i > $o ).
% 0.14/0.39  
% 0.14/0.39  thf(union_def,definition,
% 0.14/0.39      ( union
% 0.14/0.39      = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
% 0.14/0.39            ( ( X @ U )
% 0.14/0.39            | ( Y @ U ) ) ) ) ).
% 0.14/0.39  
% 0.14/0.39  thf(singleton_type,type,
% 0.14/0.39      singleton: $i > $i > $o ).
% 0.14/0.39  
% 0.14/0.39  thf(singleton_def,definition,
% 0.14/0.39      ( singleton
% 0.14/0.39      = ( ^ [X: $i,U: $i] : ( U = X ) ) ) ).
% 0.14/0.39  
% 0.14/0.39  %----Supremum Definition
% 0.14/0.39  thf(zero_type,type,
% 0.14/0.39      zero: $i ).
% 0.14/0.39  
% 0.14/0.39  thf(sup_type,type,
% 0.14/0.39      sup: ( $i > $o ) > $i ).
% 0.14/0.39  
% 0.14/0.39  thf(sup_es,axiom,
% 0.14/0.39      ( ( sup @ emptyset )
% 0.14/0.39      = zero ) ).
% 0.14/0.39  
% 0.14/0.39  thf(sup_singleset,axiom,
% 0.14/0.39      ! [X: $i] :
% 0.14/0.39        ( ( sup @ ( singleton @ X ) )
% 0.14/0.39        = X ) ).
% 0.14/0.39  
% 0.14/0.39  thf(supset_type,type,
% 0.14/0.39      supset: ( ( $i > $o ) > $o ) > $i > $o ).
% 0.14/0.39  
% 0.14/0.39  thf(supset,definition,
% 0.14/0.39      ( supset
% 0.14/0.39      = ( ^ [F: ( $i > $o ) > $o,X: $i] :
% 0.14/0.39          ? [Y: $i > $o] :
% 0.14/0.39            ( ( F @ Y )
% 0.14/0.39            & ( ( sup @ Y )
% 0.14/0.39              = X ) ) ) ) ).
% 0.14/0.39  
% 0.14/0.39  thf(unionset_type,type,
% 0.14/0.39      unionset: ( ( $i > $o ) > $o ) > $i > $o ).
% 0.14/0.39  
% 0.14/0.39  thf(unionset,definition,
% 0.14/0.39      ( unionset
% 0.14/0.39      = ( ^ [F: ( $i > $o ) > $o,X: $i] :
% 0.14/0.39          ? [Y: $i > $o] :
% 0.14/0.39            ( ( F @ Y )
% 0.14/0.39            & ( Y @ X ) ) ) ) ).
% 0.14/0.39  
% 0.14/0.39  thf(sup_set,axiom,
% 0.14/0.39      ! [X: ( $i > $o ) > $o] :
% 0.14/0.39        ( ( sup @ ( supset @ X ) )
% 0.14/0.39        = ( sup @ ( unionset @ X ) ) ) ).
% 0.14/0.39  
% 0.14/0.39  %----Definition of binary sums and lattice order
% 0.14/0.39  thf(addition_type,type,
% 0.14/0.39      addition: $i > $i > $i ).
% 0.14/0.39  
% 0.14/0.39  thf(addition_def,definition,
% 0.14/0.39      ( addition
% 0.14/0.39      = ( ^ [X: $i,Y: $i] : ( sup @ ( union @ ( singleton @ X ) @ ( singleton @ Y ) ) ) ) ) ).
% 0.14/0.40  
% 0.14/0.40  thf(order_type,type,
% 0.14/0.40      leq: $i > $i > $o ).
% 0.14/0.40  
% 0.14/0.40  thf(order_def,axiom,
% 0.14/0.40      ! [X1: $i,X2: $i] :
% 0.14/0.40        ( ( leq @ X1 @ X2 )
% 0.14/0.40      <=> ( ( addition @ X1 @ X2 )
% 0.14/0.40          = X2 ) ) ).
% 0.14/0.40  
% 0.14/0.40  %----Definition of multiplication
% 0.14/0.40  thf(multiplication_type,type,
% 0.14/0.40      multiplication: $i > $i > $i ).
% 0.14/0.40  
% 0.14/0.40  thf(crossmult_type,type,
% 0.14/0.40      crossmult: ( $i > $o ) > ( $i > $o ) > $i > $o ).
% 0.14/0.40  
% 0.14/0.40  thf(crossmult_def,definition,
% 0.14/0.40      ( crossmult
% 0.14/0.40      = ( ^ [X: $i > $o,Y: $i > $o,A: $i] :
% 0.14/0.40          ? [X1: $i,Y1: $i] :
% 0.14/0.40            ( ( X @ X1 )
% 0.14/0.40            & ( Y @ Y1 )
% 0.14/0.40            & ( A
% 0.14/0.40              = ( multiplication @ X1 @ Y1 ) ) ) ) ) ).
% 0.14/0.40  
% 0.14/0.40  thf(multiplication_def,axiom,
% 0.14/0.40      ! [X: $i > $o,Y: $i > $o] :
% 0.14/0.40        ( ( multiplication @ ( sup @ X ) @ ( sup @ Y ) )
% 0.14/0.40        = ( sup @ ( crossmult @ X @ Y ) ) ) ).
% 0.14/0.40  
% 0.14/0.40  thf(one_type,type,
% 0.14/0.40      one: $i ).
% 0.14/0.40  
% 0.14/0.40  thf(multiplication_neutral_right,axiom,
% 0.14/0.40      ! [X: $i] :
% 0.14/0.40        ( ( multiplication @ X @ one )
% 0.14/0.40        = X ) ).
% 0.14/0.40  
% 0.14/0.40  thf(multiplication_neutral_left,axiom,
% 0.14/0.40      ! [X: $i] :
% 0.14/0.40        ( ( multiplication @ one @ X )
% 0.14/0.40        = X ) ).
% 20.28/20.56  
% 20.28/20.56  %------------------------------------------------------------------------------
% 20.28/20.56  %----Include axioms for Tests for Quantales (Boolean sub-algebra below 1)
% 20.28/20.56  %------------------------------------------------------------------------------
% 20.28/20.56  thf(tests,type,
% 20.28/20.56      test: $i > $o ).
% 20.28/20.56  
% 20.28/20.56  thf(test_definition,axiom,
% 20.28/20.56      ! [X: $i] :
% 20.28/20.56        ( ( test @ X )
% 20.28/20.56       => ? [Y: $i] :
% 20.28/20.56            ( ( ( addition @ X @ Y )
% 20.28/20.56              = one )
% 20.28/20.56            & ( ( multiplication @ X @ Y )
% 20.28/20.56              = zero )
% 20.28/20.56            & ( ( multiplication @ Y @ X )
% 20.28/20.56              = zero ) ) ) ).
% 20.28/20.56  
% 20.28/20.56  %------------------------------------------------------------------------------
% 20.28/20.56  %------------------------------------------------------------------------------
% 20.28/20.56  thf(test_idemp,conjecture,
% 20.28/20.56      ! [X: $i] :
% 20.28/20.56        ( ( test @ X )
% 20.28/20.56       => ( ( multiplication @ X @ X )
% 20.28/20.56          = X ) ) ).
% 20.28/20.56  
% 20.28/20.56  %------------------------------------------------------------------------------
% 20.28/20.56  ------- convert to smt2 : /export/starexec/sandbox/tmp/tmp.dIPwjiqBft/cvc5---1.0.5_8337.p...
% 20.28/20.56  (declare-sort $$unsorted 0)
% 20.28/20.56  (declare-fun tptp.emptyset ($$unsorted) Bool)
% 20.28/20.56  (assert (= tptp.emptyset (lambda ((X $$unsorted)) false)))
% 20.28/20.56  (declare-fun tptp.union ((-> $$unsorted Bool) (-> $$unsorted Bool) $$unsorted) Bool)
% 20.28/20.56  (assert (= tptp.union (lambda ((X (-> $$unsorted Bool)) (Y (-> $$unsorted Bool)) (U $$unsorted)) (or (@ X U) (@ Y U)))))
% 20.28/20.56  (declare-fun tptp.singleton ($$unsorted $$unsorted) Bool)
% 20.28/20.56  (assert (= tptp.singleton (lambda ((X $$unsorted) (U $$unsorted)) (= U X))))
% 20.28/20.56  (declare-fun tptp.zero () $$unsorted)
% 20.28/20.56  (declare-fun tptp.sup ((-> $$unsorted Bool)) $$unsorted)
% 20.28/20.56  (assert (= (@ tptp.sup tptp.emptyset) tptp.zero))
% 20.28/20.56  (assert (forall ((X $$unsorted)) (= (@ tptp.sup (@ tptp.singleton X)) X)))
% 20.28/20.56  (declare-fun tptp.supset ((-> (-> $$unsorted Bool) Bool) $$unsorted) Bool)
% 20.28/20.56  (assert (= tptp.supset (lambda ((F (-> (-> $$unsorted Bool) Bool)) (X $$unsorted)) (exists ((Y (-> $$unsorted Bool))) (and (@ F Y) (= (@ tptp.sup Y) X))))))
% 20.28/20.56  (declare-fun tptp.unionset ((-> (-> $$unsorted Bool) Bool) $$unsorted) Bool)
% 20.28/20.56  (assert (= tptp.unionset (lambda ((F (-> (-> $$unsorted Bool) Bool)) (X $$unsorted)) (exists ((Y (-> $$unsorted Bool))) (and (@ F Y) (@ Y X))))))
% 20.28/20.56  (assert (forall ((X (-> (-> $$unsorted Bool) Bool))) (= (@ tptp.sup (@ tptp.supset X)) (@ tptp.sup (@ tptp.unionset X)))))
% 20.28/20.56  (declare-fun tptp.addition ($$unsorted $$unsorted) $$unsorted)
% 20.28/20.56  (assert (= tptp.addition (lambda ((X $$unsorted) (Y $$unsorted)) (@ tptp.sup (@ (@ tptp.union (@ tptp.singleton X)) (@ tptp.singleton Y))))))
% 20.28/20.56  (declare-fun tptp.leq ($$unsorted $$unsorted) Bool)
% 20.28/20.56  (assert (forall ((X1 $$unsorted) (X2 $$unsorted)) (= (@ (@ tptp.leq X1) X2) (= (@ (@ tptp.addition X1) X2) X2))))
% 20.28/20.56  (declare-fun tptp.multiplication ($$unsorted $$unsorted) $$unsorted)
% 20.28/20.56  (declare-fun tptp.crossmult ((-> $$unsorted Bool) (-> $$unsorted Bool) $$unsorted) Bool)
% 20.28/20.56  (assert (= tptp.crossmult (lambda ((X (-> $$unsorted Bool)) (Y (-> $$unsorted Bool)) (A $$unsorted)) (exists ((X1 $$unsorted) (Y1 $$unsorted)) (and (@ X X1) (@ Y Y1) (= A (@ (@ tptp.multiplication X1) Y1)))))))
% 20.28/20.56  (assert (forall ((X (-> $$unsorted Bool)) (Y (-> $$unsorted Bool))) (= (@ (@ tptp.multiplication (@ tptp.sup X)) (@ tptp.sup Y)) (@ tptp.sup (@ (@ tptp.crossmult X) Y)))))
% 20.28/20.56  (declare-fun tptp.one () $$unsorted)
% 20.28/20.56  (assert (forall ((X $$unsorted)) (= (@ (@ tptp.multiplication X) tptp.one) X)))
% 20.28/20.56  (assert (forall ((X $$unsorted)) (= (@ (@ tptp.multiplication tptp.one) X) X)))
% 20.28/20.56  (declare-fun tptp.test ($$unsorted) Bool)
% 20.28/20.56  (assert (forall ((X $$unsorted)) (=> (@ tptp.test X) (exists ((Y $$unsorted)) (and (= (@ (@ tptp.addition X) Y) tptp.one) (= (@ (@ tptp.multiplication X) Y) tptp.zero) (= (@ (@ tptp.multiplication Y) X) tptp.zero))))))
% 20.28/20.56  (assert (not (forall ((X $$unsorted)) (=> (@ tptp.test X) (= (@ (@ tptp.multiplication X) X) X)))))
% 20.28/20.56  (set-info :filename cvc5---1.0.5_8337)
% 20.28/20.56  (check-sat-assuming ( true ))
% 20.28/20.56  ------- get file name : TPTP file name is QUA017^1
% 20.28/20.56  ------- cvc5-thf : /export/starexec/sandbox/solver/bin/cvc5---1.0.5_8337.smt2...
% 20.28/20.56  --- Run --ho-elim --full-saturate-quant at 10...
% 20.28/20.56  --- Run --ho-elim --no-e-matching --full-saturate-quant at 10...
% 20.28/20.56  --- Run --ho-elim --no-e-matching -/export/starexec/sandbox/solver/bin/do_THM_THF: line 35: 11912 Alarm clock             ( read result; case "$result" in 
% 299.61/300.14      unsat)
% 299.61/300.14          echo "% SZS status $unsatResult for $tptpfilename"; echo "% SZS output start Proof for $tptpfilename"; cat; echo "% SZS output end Proof for $tptpfilename"; exit 0
% 299.61/300.14      ;;
% 299.61/300.14      sat)
% 299.61/300.14          echo "% SZS status $satResult for $tptpfilename"; cat; exit 0
% 299.61/300.14      ;;
% 299.61/300.14  esac; exit 1 )
% 299.61/300.15  -enum-inst-sum --full-saturate-quant at 10...
% 299.61/300.15  --- Run --ho-elim --finite-model-find --uf-ss=no-minimal at 5...
% 299.61/300.15  --- Run --no-ho-matching --finite-model-find --uf-ss=no-minimal at 5...
% 299.61/300.15  --- Run --no-ho-matching --full-saturate-quant --enum-inst-interleave --ho-elim-store-ax at 10...
% 299.61/300.15  --- Run --no-ho-matching --full-saturate-quant --macros-quant-mode=all at 10...
% 299.61/300.15  --- Run --ho-elim --full-saturate-quant --enum-inst-interleave at 10...
% 299.61/300.15  --- Run --no-ho-matching --full-saturate-quant --ho-elim-store-ax at 10...
% 299.61/300.15  --- Run --ho-elim --no-ho-elim-store-ax --full-saturate-quant...
% 299.61/300.15  % cvc5---1.0.5 exiting
% 299.61/300.15  % cvc5---1.0.5 exiting
%------------------------------------------------------------------------------